home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000999_hank@automat.uni-essen.de_Fri Sep 23 22:27:56 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  4KB

  1. Received: from Blimp.automat.uni-essen.de by cs.umb.edu with SMTP id AA19983
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Sat, 24 Sep 1994 03:19:59 -0400
  3. Received: by Blimp.automat.uni-essen.de (Linux Smail3.1.28.1 #1)
  4.     id m0qoGHl-0000XrC; Fri, 23 Sep 94 21:27 MET DST
  5. Message-Id: <m0qoGHl-0000XrC@Blimp.automat.uni-essen.de>
  6. From: hank@automat.uni-essen.de (Hendrik G. Seliger)
  7. Subject: Bug in kpathsea 2.1 and dvipsk 5.58a
  8. To: tex-k@cs.umb.edu
  9. Date: Fri, 23 Sep 1994 21:27:56 +0100 (MET DST)
  10. Organization: Universitaet Essen (but MY opinion)
  11. Phone: +49-201-183-2898 (home: +49-201-775526)
  12. System: Linux Blimp 1.1.42 i486 
  13. Support: Grandma
  14. X-Mailer: ELM [version 2.4 PL22]
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset=US-ASCII
  17. Content-Transfer-Encoding: 8bit
  18. Content-Length: 2728      
  19.  
  20. Hi!
  21.  
  22. My newsfeed seems is down, so I just forward the article I wanted to
  23. post regarding two bugs in kpathsea 2.1 and dvipsk 5.58a. For the seconf
  24. a patch is included at the end
  25.  
  26. -------------- included file follows ---------
  27. Subject: Bug in kpathsea 2.1 /dvipsk 5.58a??
  28. Newsgroups: comp.text.tex
  29. Reply-To: hank@automat.uni-essen.de
  30. Summary: dvipsk 5.58a cannot find files if config file options are used
  31. Keywords: dvipsk, kpathsea
  32. X-Newsreader: TIN [version 1.2 PL2]
  33.  
  34. Hi!
  35.  
  36. I just installed kptahsea 2.1 and dvipsk 5.58a and am encountering the
  37. following problem:
  38.  
  39. as soon as I use the config-file option 'H', eg
  40.  
  41. H /usr/lib/texmf/dvips
  42.  
  43. dvips cannot find any header etc. files anymore. Debug output shows:
  44.  
  45.  
  46. kdebug:Search path for dvips header/type1 font files (from program
  47. config file)
  48. kdebug:  = 
  49. kdebug:  before expansion = 
  50. kdebug:  font override var applies = 0
  51. kdebug:  application config file path = 
  52. kdebug:  texmf.cnf path = .:$TEXMF/dvips:$TEXMF/fonts//type1
  53. kdebug:  compile-time path =
  54. .:/usr/lib/texmf/dvips:/usr/lib/texmf/fonts//type1
  55. kdebug:  suffix = (none)
  56. kdebug:  search only with suffix = 0
  57. kdebug:  runtime generation program = (none)
  58. kdebug:  extra program args = (none)
  59. ).ebug:search(file=texc.pro, must_exist=1, find_all=0, path=
  60.  =>bug:path element 
  61. kdebug:search(texc.pro) =>
  62. /usr/src/tex/tex2/dvipsk/dvips: ! Couldn't find header file texc.pro
  63.  
  64. The start of the fourth and third last lines let me expect that some
  65. pointer is not right. This is quite annoying if you have header files in
  66. special directories. 
  67.  
  68. Does someone know a cure for this?? Any help greatly appreciated!!
  69.  
  70.     Cheers,
  71.         Hank
  72.  
  73.  
  74. BTW, there is another bug in dvipsk 5.58a, if you're using the SECURE
  75. option. In serach.c there is a small addition needed:
  76.  
  77.  
  78.  
  79. *** dvipsk-5.58a/dvipsk/search.c.orig   Sun Sep 11 21:20:44 1994
  80. --- dvipsk-5.58a/dvipsk/search.c        Tue Sep 20 22:42:23 1994
  81. ***************
  82. *** 17,26 ****
  83. --- 17,29 ----
  84.   extern integer debug_flag;
  85.   #endif  /* DEBUG */
  86.   extern char *mfmode ;
  87.   extern int actualdpi ;
  88.   string realnameoffile ;
  89. + #ifdef SECURE
  90. + extern Boolean secure;
  91. + #endif
  92.   
  93.   FILE *
  94.   search(format, file, mode)
  95.       kpse_file_format_type format;
  96.       char *file, *mode ;
  97.  
  98.  
  99. ---------------
  100. END_OF_PATCH
  101. ---------------
  102.  
  103.  
  104.  
  105.  
  106.  
  107. --
  108. ----------------------------------------------------------------------
  109.          Hendrik G. Seliger                  Universitaet Essen
  110.      hank@automat.uni-essen.de                Schuetzenbahn 70
  111.       Tel.: +49-201-183-2898                45117 Essen, Germany
  112. ----------------------------------------------------------------------
  113.              "Handling interrupts is simple." (G. Pajari)
  114.              "Interrupts are an unpleasant fact of life." (A. Tanenbaum)
  115.